.swiper-container {
  height: 450px; }
  .swiper-container .swiper-button-hidden {
    opacity: 0; }

#newProduct {
  width: 100%;
  height: auto;
  position: relative; }
  #newProduct #fizz {
    width: 100%;
    height: 500px; }
  #newProduct .info {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    background: white; }
    #newProduct .info h1 {
      color: #0099af;
      font-size: 16px;
      border-bottom: 3px solid #e6e8e9;
      padding: 5px 0;
      margin-top: 50px;
      position: relative; }
      #newProduct .info h1::after {
        content: '';
        width: 64px;
        display: block;
        background: #0099af;
        height: 3px;
        position: absolute;
        bottom: -3px;
        left: 0; }
    #newProduct .info .product ul {
      display: flex;
      justify-content: start;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 10px; }
      #newProduct .info .product ul li {
        margin-top: 30px; margin-left:10px;margin-right:10px;}
        #newProduct .info .product ul li a {
          display: block;
          max-width: 100%;
          position: relative; }
          #newProduct .info .product ul li a img {
            display: block;
            max-width: 100%; }
          #newProduct .info .product ul li a .bgTop {
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .5s;
            background: rgba(255, 255, 255, 0.2); }
          #newProduct .info .product ul li a .bgBot {
            width: 0;
            height: 0;
            position: absolute;
            bottom: 0;
            right: 0;
            transition: all .5s;
            background: rgba(255, 255, 255, 0.2); }
    #newProduct .info .news {
      overflow: hidden; }
      #newProduct .info .news ul {
        width: 900px;
        overflow: hidden;
        margin-top: 20px;
        float: left; }
        #newProduct .info .news ul li {
          width: 33%;
          float: left; }
          #newProduct .info .news ul li a {
            display: block;
            line-height: 30px;
            font-size: 14px;
            color: #555; }
            #newProduct .info .news ul li a:hover {
              text-decoration: underline; }
      #newProduct .info .news .swiper-container-a {
        left: right;
        width: 263px;
        height: 178px;
        margin-top: 20px;
        overflow: hidden; }

